xref: /haiku/src/data/settings/tracker_new_templates/C++ header (revision 0fae96c5a349db3761ac2a4ab4a7fbbf23a3b76c)
1/*
2 * Copyright 2018, Your Name <your@email.address>
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5#ifndef _H
6#define _H
7
8
9#include <SupportDefs.h>
10
11
12class {
13public:
14
15private:
16
17};
18
19
20#endif // _H
21